home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TCOMMENTFORM / TCOMMENTFORM.txt
Text File  |  2010-10-15  |  1KB  |  56 lines

  1. object CommentForm: TCommentForm
  2.   Left = 300
  3.   Top = 242
  4.   BorderStyle = bsToolWindow
  5.   ClientHeight = 157
  6.   ClientWidth = 408
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Microsoft Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnKeyPress = FormKeyPress
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object CommentL: TTntLabel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 47
  24.     Height = 13
  25.     Caption = 'Comment:'
  26.   end
  27.   object Memo: TTntMemo
  28.     Left = 0
  29.     Top = 16
  30.     Width = 406
  31.     Height = 111
  32.     ScrollBars = ssVertical
  33.     TabOrder = 0
  34.     OnKeyDown = MemoKeyDown
  35.   end
  36.   object OKButton: TTntButton
  37.     Left = 250
  38.     Top = 132
  39.     Width = 75
  40.     Height = 23
  41.     Caption = '&OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 1
  45.   end
  46.   object CancelButton: TTntButton
  47.     Left = 330
  48.     Top = 132
  49.     Width = 75
  50.     Height = 23
  51.     Caption = '&Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 2
  54.   end
  55. end
  56.